ValidatedMap

constructor(defaultValue: Map<K, V>, keyHandler: Entry<K, *>, valueHandler: Entry<V, *>)

Parameters

K

Any non-null type with an associated Entry to handle key-related tasks

V

Any non-null type with an associated Entry to handle value-related tasks

defaultValue

Map the default map for this validation

keyHandler

Entry for handling keys

valueHandler

Entry for handling values